home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / unprot.arc / UNPROTEC.DOC < prev    next >
Text File  |  1980-01-01  |  1KB  |  22 lines

  1.  
  2. Programs written in BASIC may be saved to disk in an encoded binary format
  3. which prevents the program from displaying a listing in response to the
  4. normal BASIC commands -- LIST  --  LLIST  --  or EDIT commands.  This is 
  5. accomplished by specifying a    ,P   after the program name as it is being
  6. saved.  The program will run normally but is protected from alterations as
  7. well as from viewing the source material.  IBM has not provided a method
  8. for unprotecting a program saved with the    ,P    option.  
  9.  
  10. It is possible to unprotect such a program with the use of the UNPROTEC 
  11. utility.  Follow these steps.
  12.  
  13.      1.  Load the protected program into memory.
  14.      2.  Place disk containing the UNPROTEC utility in the active drive.
  15.      3.  Enter the command....  BLOAD "UNPROTEC.BLD",&h464
  16.      4.  Enter the command....  LIST
  17.      5.  The program may now be listed and saved in the normal way.
  18.  
  19.                                        Larry Muncie
  20.                                        5814 Beechwood Avenue
  21.                                        Indianapolis, IN  46219
  22.